ASP.NET MVC Controls
AutoComplete<T> Class
Members 

The AutoComplete control is an input control that allows callers to customize the item list as the user types.
Syntax
'Declaration
 
Public Class AutoComplete(Of T) 
   Inherits AutoCompleteBase(Of T)
   Implements IDropDown, ITemplate 
public class AutoComplete<T> : AutoCompleteBase<T>, IDropDown, ITemplate  
Type Parameters
T
Remarks
The control is similar to the ComboBox, except the item source is a function (ItemsSourceFunction) rather than a static list. For example, you can look up items on remote databases as the user types.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
               C1.Web.Mvc.ComboBoxBase<T>
                  C1.Web.Mvc.AutoCompleteBase<T>
                     C1.Web.Mvc.AutoComplete<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoComplete<T> Members
C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback